object ChildForm: TChildForm Left = 535 Top = 167 Width = 234 Height = 199 HorzScrollBar.Range = 2000 VertScrollBar.Range = 2000 AutoScroll = False Caption = ' ' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] FormStyle = fsMDIChild KeyPreview = True Position = poDefault Scaled = False Visible = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object PageSurface: TNeoBookPaintBox Left = 92 Top = 8 Width = 73 Height = 69 Color = clWhite ParentColor = False OnPaint = PageSurfacePaint end object PageFrame: TNeoBookPaintBox Left = 12 Top = 8 Width = 73 Height = 69 Color = clWhite ParentColor = False OnPaint = PageFramePaint end object WorkArea: TNeoBookPaintBox Left = 0 Top = 0 Width = 2000 Height = 2000 Align = alClient Color = clWhite ParentColor = False OnDragDrop = WorkAreaDragDrop OnDragOver = WorkAreaDragOver OnMouseDown = WorkAreaMouseDown OnMouseMove = WorkAreaMouseMove OnMouseUp = WorkAreaMouseUp OnPaint = WorkAreaPaint end object EditField: TNeoBookEdit Left = 12 Top = 88 Width = 121 Height = 25 Visible = False end end